body {font-family: Arial, Helvetica, sans-serif;}

#leftbox{
    background-color: teal;
}

.rnd{
    border-radius: 5%;
}

.rndTp{
    border-radius: 5% 5% 0% 0%;
}
.bttnHvr:hover{
    opacity: 50%;
}

.bttnHvr:hover{
    opacity: 50%;
}

#phtCard {
    height: 170px;
    width: 100%;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    padding: 0.2rem;
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: contain;
}

#phtCard:hover {
    -webkit-filter: sepia(150%) brightness(120%);
    filter: sepia(150%) brightness(120%);
    transition: 0.3s ease-in-out;
}

.linkStyle {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.cardDscrptn{
    padding: 2px;
    background-color: rgb(0,0,0);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.tbleStyle{
    width:100%; 
    height: 100%;
    background-color: rgb(0,0,0)
}

.tbleHeader {
    color:rgb(255,255,255);
    font-size: 1.0rem;
    font-weight: bold;
    white-space: nowrap
}

.tdStyleShws {
    text-align: left;
    color:rgb(255,255,255);
    vertical-align: bottom;
    font-size: 0.85rem;
    font-weight: bold;
    white-space: nowrap
}

.tdStylePhtSts{
    text-align: right;
    color:rgb(255,255,255);
    vertical-align: bottom;
    font-size: 0.75rem; 
    white-space: nowrap
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
  
/* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}